#topNav
{
	background  : #6DA1C7;
	width       : 800px;	
	margin      : 0px;
	margin-left : 1px;
	height      : 60px;
	float       : left;
	clear       : both;
}

#topNav ul 
{
	list-style-type : none;
	float           : left;
	height          : 30px;
	display         : inline;
}

#topNav li 
{
	list-style : none;
	display    : inline;	
	cursor     : pointer;	
	float      : left;
	color      : #FFFFFF;
}

#topNav li span
{
	display      : inline;
	float        : left;
	height       : 30px;
	margin-top   : 8px;
	margin-left  : 20px;
	margin-right : 20px;
	font-size    : 12px;
}

#topNav li.on
{
	background : #FFFFFF;	
}

#topNav li.on span
{
	background : #FFFFFF;
	color      : #657F9A;	
}

#topNav .sub
{
	background     : #FFFFFF;
	display        : block;
	clear          : both;
	width          : 800px;
	
	height         : 30px;
	vertical-align : middle;
	text-align     : center;
}

#topNav .sub ul 
{

	background      : #FFFFFF;
	list-style-type : none;
	margin          : 0px;
	padding         : 0px;

	margin : 0px auto;
}

#topNav .sub li 
{

	list-style  : none;
	cursor      : pointer;
	display     : inline;

	margin      : 0px;
	padding     : 0px;
	margin-top  : 6px;
	color       : #657F9A;
	font-size   : 11px;
	font-weight : normal;
}

#topNav .sub li a : hover
{
text-decoration : underline;
}

#topNav .sub li span
{
	margin-left  : 8px;
	margin-right : 8px;	
	font-size    : 11px;
}

#topNav .sub li.on
{
	text-decoration : underline;
}


