﻿
/* css elements for the side navigation */

#sideNavigation {
	background:url(images/nav_back.gif) repeat-x 0 0; 
	min-height: 400px; 
	float: left; 
	width: 201px; 
	height: auto! important;
}

#sideNavigation td 
{
    font-size:11px;
	padding:10px;
	border-bottom: #F1F1F1 1px solid;
}

#sideNavigation A {
}

#sideNavigation A:hover {
	COLOR: #cc0033; 
}





/* css elements for the menu bar navigation  */

#topNavigation {
 font-size:11px; 
 height:34px; 
 padding: 0px; 
 background: url(images/navigation_background.gif) repeat-x; 
}

#topNavigation a 
{
    color:white !important; 
    text-decoration:none;  
}

#topNavigation .dynamicMenuItem 
{
    background: #00bdff;
    height:25px;
    padding:0 10px;
}

#topNavigation .dynamicSelectedItem
{
     background: #00bdff;
}

#topNavigation .staticMenuItem 
{
	height:34px;
	padding:0px 15px;
}



/* css elements for the icon based navigation within the main page content */


#selector { text-align:left }
#selector .vertical { vertical-align:top;  }
#selector ul {  }
#selector li { list-style-image:url(images/nav_pointer.gif)}