﻿#navex {
	position: relative;
	margin: 0 0 0 0;
}

.topmenu {
	font-size: 10pt;
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	padding: 0.5em 12px 0.7em;	
}

:link.topmenu {
	font-size: 10pt;
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	padding: 0.5em 12px 0.7em;	
}

:visited.topmenu {
	font-size: 10pt;
	font-family: tahoma;
	color: #000000;
}

:hover.topmenu
{
	font-size: 10pt;
	font-family: tahoma;
	color: #AB000D;
}
	
.submenu {
font-size: 10pt;

	font-family: tahoma;
	color: #FFFFFF;
}

:link.submenu {

	font-size: 10pt;
	font-family: tahoma;
	color: #FFFFFF;
}

:visited.submenu {
	font-size: 10pt;
	font-family: tahoma;
	color: #FFFFFF;
}

:active.submenu {
font-size: 10pt;
font-weight: 500;

	font-family: tahoma;
	color: #FFFFFF;
}

:hover.submenu {
font-size: 10pt;
font-weight: 500;

	font-family: tahoma;
color: #fdc04b;
}

#navex {
	font-size: 11px;
	font-family: verdana;
	color: #fff;
	width: 750px;
}

#navex a:hover {
	text-decoration: none;
	background-position:  right center;
	color: #fdc04b;
	background-image:url('/images/newsite/line2.png'); background-repeat:no-repeat;
}



#navex a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


/* ************************************************************************************ */
#outer {
	width:997px;
	margin-left:auto;/* centre for compliant browsers */
	margin-right:auto;/* centre etc */
	text-align:left;
	position:relative;
	align:center;
}
ul#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:550px;
	height:36px;
}
/* pre-load image rollover into background of list */
ul#nav li {height:36px;width:80px;float:left;margin:0;padding:0;}
ul#nav li.home {width:52px;}
ul#nav li.services{width:93px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.about{width:70px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.partners{width:81px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.contact{width:84px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.publications{width:89px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.access  {width:104px;background: url(/images/newsite/line1.png) no-repeat left top}

ul#nav li a{height:36px;width:80px;display:block;text-decoration:none;}
* html ul#nav li a {float:left;display:inline;}/*weird ie5 bug*/
ul#nav li.home a{width:52px;}
ul#nav li.services a{width:93px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.about a{width:70px;background:url('/images/newsite/line1.png') no-repeat left top}
ul#nav li.partners a{width:81px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.contact a{width:84px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.publications a{width:89px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li.access a{width:104px;background: url(/images/newsite/line1.png) no-repeat left top}
ul#nav li a:hover {background:transparent}/*hide anchor and let background show through*/
/* drop down styling */
ul#nav ul {
	position:absolute;
	top:28px;
	width:770px;
	FONT-WEIGHT: normal;
	left:0;
	margin:0;
	padding:6px 0 2px 0;
	list-style:none;
	overflow:visible;
	display:none;
	z-index:2;
	bottom: -1px;
}
ul#nav li.current ul{display:block;z-index:1}/* display the submenu for the current page in case js is disabled*/
ul#nav li.current a{background:transparent}/* highlight the current item*/

ul#nav ul li{
	position:relative;
	display:inline;
	background:transparent;
	width:auto;
}
#outer ul#nav ul li a{
	background:transparent;
	font-size:10PX;
	color:#FFFFFF;
	text-indent:0;
	width:auto;
	height:auto;
	display:block;
	border-right:0px solid #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	background: url('/images/newsite/line2.png') no-repeat right top;
	
}

#outer ul#nav ul li a.final{border-right:0px solid #000;}/*remove border from last sublist */

#outer ul#nav ul li a:hover{color:#fdc04b;}/*subnav list text change on hover*/

/* this sets main hovered lists to transparent */
ul#nav li:hover a,ul#nav li.over a { background:transparent;}

ul#nav li:hover ul, ul#nav li.over ul { display: block;	height: 32px ; background:transparent url(/ar/images/subnav_table_background.gif) repeat-x left top;
 } /* The magic */