/*
Developed by Marketing and Communications Department, August 2008.
Update History:
2008/09/29 - Updated the left margin fo teh goto so that it becomes in the center of the navset
*/

/***********************************/
/********	NAV SET		************/
/***********************************/

#navset { width:210px; float:left; margin-top:10px; }

/***********************************/
/********	MAIN NAV	************/
/***********************************/
#nav 				{ font: 11px/1.4 verdana, sans-serif; width: 210px; padding: 1px 1px 1px 6px; margin-bottom: 1em; color: #605A4C; }
#nav ul 			{ list-style:none; list-style-image:none; margin: 0; padding: 0; }
#nav li 			{ border-bottom:1px solid rgb(205,204,204); margin: 0; padding:0;}
#nav li a 			{ display: block; padding: 0.1em 0px 0.1em 3.0em; background: url(images/menu_arrow_beige.gif) 10px 5px #fff no-repeat; color:#605A4C; text-decoration: none; margin:2px 0px 2px 2px;}
.html #nav li a 	{ height:1px;}
#nav li a:hover 	{ background: rgb(228,226,218) url(images/menu_arrow_red.gif) 10px 5px no-repeat; color:#B75055;}
#nav li a.selected	{ background: rgb(228,226,218) url(images/menu_arrow_red.gif) 10px 5px no-repeat; color:#B75055;}

/* in case of subnav, the last li in subnav should be given the noborder id
to prevent having two bottom borders: one from teh main nav and the other from the subnav */
#nav .noborder 		{ border-bottom:0px; padding:0px; margin:0px;}
* + html .noborder 	{ display:inline;}
* html .noborder 	{ height:1px;}


/***********************************/
/********	SUB NAV		************/
/***********************************/
#sub_nav 					{ margin:0; padding:0;}
#sub_nav li a 				{ background: url(images/menu_arrow_beige.gif) 20px 5px #fff no-repeat; padding: 0.1em 0px 0.1em 4em;}
#sub_nav li a:hover 		{ background: url(images/menu_arrow_red.gif) 20px 5px  no-repeat; color: #B75055;}
#sub_nav li a.selected 		{ background: url(images/menu_arrow_red.gif) 20px 5px no-repeat; color: #B75055;}
* html #sub_nav				{ margin-top:-14px;}
* html #sub_nav li a 		{ height:18px;}
* + html #sub_nav			{ margin-top:-14px;}


/***********************************/
/********	GOTO NAV	************/
/***********************************/
#goto					{ font-family:Verdana, Arial, Helvetica, sans-serif; width:187px; height:46px; margin:20px 0 20px 10px; padding:5px 0 0 15px; background: #fff url(/news-events/css/images/goto_bg.jpg) top left no-repeat; font-size:11px;}	
#goto input 			{ border:0 none; background-color:transparent; font: Verdana, Arial, Helvetica, sans-serif; font-size:100%; margin-left:0px;}
#goto form 				{ margin:2px 0 0 0;}

#goto p					{ margin:0; padding:0; }
#goto select 			{ margin:0; padding-left:10px; margin-left:-8px; width:184px; height:19px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:90%; border:1px solid rgb(205,205,205);}

* html #goto select 	{ width:180px; }
* + html #goto select 	{ width:180px; }

/* end of filter */
