/* INSIDE NAVIGATION _________________________________________________________________________________________________________*/
#inside-nav {
	height:111px;
	width:152px;
	background:url(../img/inside-nav-bg.png) no-repeat;
}
#inside-nav div {overflow:hidden;}
#inside-nav div a {display:block;overflow:hidden;}
/* Div Grid layout */
#inside-nav .a1 {height:15px; width:152px;}
#inside-nav .b1,#inside-nav .b2,#inside-nav .b3 {height:22px; float:left;}
#inside-nav .b1 {width:38px;}
#inside-nav .b2 {width:48px;}
#inside-nav .b3 {width:66px;}
#inside-nav .c1, #inside-nav .c2 {height:24px; float:left;}
#inside-nav .c1{width:50px;}
#inside-nav .c2 {width:43px;}
#inside-nav .c3 {height:36px; width:59px;float:left;}
#inside-nav .d1 {height:24px;width:93px;float:left;margin-top:-12px;}
#inside-nav .d2{height:21px;width:59px;float:left;}

/* rollovers */
#inside-nav .b2 a:hover img{background-image:url(../img/insideNav-home.png);}
#inside-nav .c1 a:hover img{background-image:url(../img/insideNav-meet.png);}
#inside-nav .c2 a:hover img{background-image:url(../img/insideNav-see.png);}
#inside-nav .c3 a:hover img{background-image:url(../img/insideNav-share.png);}
#inside-nav .d1 a:hover img{background-image:url(../img/insideNav-understand.png);}
#inside-nav .d2 a:hover img{background-image:url(../img/insideNav-teach.png);}
/* IE 6 PNG FIXES */
* html a img {position:relative;}
* html #inside-nav {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/inside-nav-bg.png', sizingMethod='crop');
	height:111px;
	width:152px;
}
* html #inside-nav .b2 a:hover img{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/insideNav-home.png', sizingMethod='crop');}
* html #inside-nav .c1 a:hover img{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/insideNav-meet.png', sizingMethod='crop');}
* html #inside-nav .c2 a:hover img{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/insideNav-see.png', sizingMethod='crop');}
* html #inside-nav .c3 a:hover img{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/insideNav-share.png', sizingMethod='crop');}
* html #inside-nav .d1 a:hover img{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/insideNav-understand.png', sizingMethod='crop');}
* html #inside-nav .d2 a:hover img{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/insideNav-teach.png', sizingMethod='crop');}
