
/* Main Menu */
.chromestyle{width:654px; margin:0; float:left; padding:0; height:29px;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.chromestyle ul{ margin:6px 0 0 0; text-align: center; list-style:none; float:right; padding:0;}
.chromestyle ul li{ color:#202020; margin:0; padding:0 13px; font-size:13px; font-weight:bold; display:inline; background:url(../images/menu-border.jpg) no-repeat right;}
.chromestyle ul li a{ text-decoration:none; color:#202020; font-size:13px; font-weight:bold;}
.chromestyle ul li a:hover{ text-decoration:none; color:#ff3701;}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 color:#971c3d; text-decoration:none;}

/* Drop Down Menu - Common Styles */
.about_menu, .projects_menu, .members_menu, .news_menu{position:absolute; top: 0; border: 1px solid #E4D4D5; /*border-bottom-width:5px; border-bottom-color:#ED1C24;*/  font:normal 12px Verdana; line-height:20px; z-index:100; visibility: hidden;  margin-top:6px; background:#0877BE url(../images/ABG_EN_MenuTop_BG.gif) no-repeat;}
.about_menu a, .projects_menu a, .members_menu a, .news_menu a{ width: auto; display: block; border-bottom: 1px solid #e4d4d5; padding:5px; text-decoration: none; color:#FFF; font-size:13px}
* html .about_menu a, * html .projects_menu a, * html .members_menu a, * html .news_menu a{ /* IE only */width: 100%;}
.about_menu a.no_border, .projects_menu a.no_border, .members_menu a.no_border, .news_menu a.no_border{ border-bottom:none;}
.about_menu a:hover, .projects_menu a:hover, .members_menu a:hover, .news_menu a:hover{ color: #89D1FF; text-decoration:none;}

/* Drop Down Menu - Width and Backround Image Position */
.about_menu{ background-position: 149px top; width:170px;}
*html .about_menu{ background-position: 158px top; width:170px;}
.projects_menu{background-position: 124px top;  width:217px;}
*html .projects_menu{background-position: 130px top;  width:154px;}
.members_menu{background-position: 97px top; width:295px; }
*html .members_menu{background-position: 103px top; width:150px; }
.news_menu{background-position: 94px top; width:163px;}
*html .news_menu{background-position: 98px top; width:145px;}

/* Drop Down Sub Menu */ 
.projects_menu a.submenu{padding-left:20px; background: url(../images/ABG_EN_Navigation_Submenu_BG.gif) no-repeat 10px 11px; width:200px;}
.con-left{ margin-left:-72px;background-position: 94px top; width:163px;}
