/* CSS Menu Document */

/*MAIN MENU*/
#main_menu ul{
margin:auto; padding:0px;
display:block; width:169px;
list-style:none;
}
#main_menu li{
margin:0px; padding:0px;
}
#main_menu ul li, #main_menu ul a {
margin:0px; padding:0px;
display:block; height:28px; width:169px;
}

/*MENU ITEMS*/
#menu_home a, #menu_home a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px 0px;}
#menu_aboutus a, #menu_aboutus a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px -28px;}
#menu_projects a, #menu_projects a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px -56px;}
#menu_events a, #menu_events a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px -84px;}
#menu_documents a, #menu_documents a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px -112px;}
#menu_policy a, #menu_policy a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px -140px;}
#menu_contactus a, #menu_contactus a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat 0px -168px;}

#menu_home_on a, #menu_home_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px 0px;}
#menu_aboutus_on a, #menu_aboutus_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px -28px;}
#menu_projects_on a, #menu_projects_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px -56px;}
#menu_events_on a, #menu_events_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px -84px;}
#menu_documents_on a, #menu_documents_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px -112px;}
#menu_policy_on a, #menu_policy_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px -140px;}
#menu_contactus_on a, #menu_contactus_on a:visited{display:block; text-indent:-9999px; background:url(images/menu.gif) no-repeat -169px -168px;}

/*MENU ROLLOVERS*/
#main_menu a:hover, #main_menu a:active{background-color:#143c5f;}

/*SUBMENU
#submenu ul{
margin:auto; padding:0px;
display:block; width:195px;
list-style:none;
}
#submenu li{
margin:0px; padding:0px;
float:left;
}
#submenu ul li, #submenu ul a {
margin:0px; padding:0px;
display:block; height:25px;
}*/

/*SUBMENU ITEMS
#menu2_client a, #menu2_client a:visited{display:block; width:99px; text-indent:-9999px; background:url(images/submenu.gif) no-repeat 0px 0px;}
#menu2_contact a, #menu2_contact a:visited{display:block; width:96px; text-indent:-9999px; background:url(images/submenu.gif) no-repeat -99px 0px;}

#menu2_client a:hover, #menu2_client a:active{background:url(images/submenu.gif) no-repeat 0px -25px;}
#menu2_contact a:hover, #menu2_contact a:active{background:url(images/submenu.gif) no-repeat -99px -25px;}
*/


/*CONTENT MENU*/
#content_menu ul{
margin:0px; padding:0px 0px 100px 0px;
display:block; width:300px;
list-style:none;
}
#content_menu li{margin:0px; padding:0px;}
#content_menu ul a,  #content_menu ul a:visited{
margin:0px; padding:3px 35px 0px 0px;
display:block;
color:#002e4f; 
width:265px; height:3.0em;
text-decoration:none;
font-variant: normal;
letter-spacing:.1em;
text-align:right;
border-bottom:1px dashed #BDA889;
line-height:1.7em;
}
#content_menu ul a:hover{
color:#47321B;
background:#bca583 none;
border:none;
border-bottom:1px dashed #BDA889;
}
#content_menu ul a.active {
background-color:#bca583;
border:none;
}

/*.more{font-weight:bold}*/