/* Start of CMSMS style sheet 'KMO-Video Menu' */
@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* make menu horizontal */
#menu ul {
	margin: 0;
	padding: 0;	
}
#menu ul li {
	float: left;
	position: relative;
	font-size: 10px;
	list-style: none;
}
/* set up the default top level links */
#menu ul li a, #menu ul li a:visited {
	background: url(images/layout/menu.png) no-repeat top;
	display: block;
	text-decoration: none;
	width: 70px;
	height: 29px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0px 10px;
	line-height: 28px;
}
/* Border fix */
#menu ul li a.nb {
	border: 0;
}
/* hack for IE5.5 to correct the faulty box model */
* html #menu ul li a, #menu ul li a:visited {
	width: 70px;
	w\idth: 70px;
}
* html #menu ul li a.nb, #menu ul li a.nb:visited {
	border: 0;
}
/* hide the drop down menu */
#menu ul li ul {
	display: none;
}
/* remove all table style so that it does not interfere with the menu */
#menu table {
	margin: -1px;
	border-collapse: collapse;
	font-size: 1em;
}
/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
/* style the top level hover */
#menu ul li:hover a, #menu ul li a:hover {
	background-position: bottom;
	color: #fff;
}
/* make the drop down menu show and correctly position it */
#menu ul li:hover ul, #menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 18px;
	padding: 0;
	margin-top: 11px;
	width: 88px;
	left: 0;
	border: 1px solid #235295;
	border-top: 0;
	background: transparent;
}
/* style the drop down links with no hover */
#menu ul li:hover ul li a, #menu ul li a:hover ul li a {
	display: block;
	background: transparent url(images/layout/opaque.png);
	border: 0;
	margin: 0;
	color: #235295;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	height: auto;
	line-height: 1em;
	padding: 5px;
	width: 78px;
}
/* style the drop down menu links when hovered */
#menu ul li:hover ul li a:hover, #menu ul li a:hover ul li a:hover {
	background: #d7e7ff;
	color: #235295;
}
/* special styling for IE5.5 and IE6 - transparency is non validating */
#menu ul li a:hover ul {
	background: #d7e7ff filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 0.8;
	margin-top: 10px;
	marg\in-top: 11px;
}
/* IE5.5 hack for faulty box model in drop down menu */
#menu ul li a:hover ul li a {
	background: #b1c9ee;
	width: 70px;
	w\idth: 70px;
}
/* End of 'KMO-Video Menu' */

