/* ================================================================ 
The Original Version of this scriptt in http://www.stunicholls.com/
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
=================================================================== */
/* define defaults for IE */
a {color:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#container {position:relative; z-index:100;}

#outer {
    padding:0;
	text-align:center;
	margin:0;
	width:690px;
	background:url(m01.jpg);
	height:16px;
	position:relative;
	z-index:500;
}
#outer ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	height:16px;
}
#outer ul li {float:left;}
#outer ul li a {
	font-family:verdana, arial, sans-serif;
	float:left;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	display:block;
	height:16px;
	white-space:nowrap;
	color:#000000;
	margin-left:-1px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	line-height: 16px;
}
#outer ul li a.down {
}
#outer ul li a:hover {color:#fff; background:#689;}

#outer ul li#ul_1 a.down:hover {
	color:#FFFFFF;
	background-color: #6a849f;
}

#outer ul li a:focus {outline:0;}
#outer ul li#li_1.clicked a.down {
	color:#FFFFFF;
	;
	background-color: #6a849f;
}
#outer ul li#li_2.clicked a.down {
	color:#fff;
	;
	background-color: #6a849f;
}
#outer ul li#li_3.clicked a.down {
	color:#fff;
	;
	background-color: #6a849f;
}
#outer ul li#li_4.clicked a.down {
	color:#fff;
	;
	background-color: #6a849f;
}

#submenus {
    width:690px;
	background:#6a849f;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	height:16px;}
#submenus ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	height:16px;
	position:absolute;
	top:0;
}
#submenus ul#ul_1 {
	background-color: #737364;
	left:60px;
	width:160px;
}
#submenus ul#ul_2 {
    background:#737364;
	left:100px;
	width:270px;
}
#submenus ul#ul_3 {
    background:#737364;
	left:230px;
	width:155px;
}
#submenus ul#ul_4 {
    background:#737364;
	left:280px;
	width:240px;
}
#submenus ul#ul_5 {
    background:#737364;
	left:510px;
	width:136px;
}
#submenus ul li {float:left;}
#submenus ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; color:#fff; text-decoration:none;text-align:center; line-height:16px; display:block; height:16px; padding:0 14px 0 10px; white-space:nowrap; background: url(diamond2.gif) no-repeat right center;}
#submenus ul li a:hover {color:#fff; text-decoration:underline;}