

/* framework ---!!! Don't edit these class. You can edit code in "theme" erea below. !!! */
#menuBar { 
	float: left;
	width: 100%;
	border-style: none;
}
* html #menuBar { 
	float: none; 
}
#menuBar ul {
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border-style: none;
}
#menuBar li { 
	list-style: none; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	line-height: 15px; 
	border-style: none; 
}
#menuBar li a {
	display: block;
	display: inline-block;
	float: left;
	padding: 0px;
	border-style: none;
}
#menuBar li ul {
	display: none;
	position: absolute;
	z-index: 10;
	top: 32px;
	clear: left;
	float: left;
	width: 180px;
	border-style: none;
}
#menuBar li li {
	clear: left;
	float: left;
	margin: 0px;
	width: 100%;
	border-style: none;
}
#menuBar li li a {
	width: 90%;
	border-style: none;
}

/* theme_2 */
#menuBar {
	background: #ffffff top left repeat-x; 
}
#menuBar ul {
}
#menuBar li {
}
#menuBar li a { 
	background: #ffffff top left repeat-x; 
	border-right: solid 0px; 
}
#menuBar li a:link,#menuBar li a:visited,#menuBar li a:active { 
	color: #000000; 
	text-decoration: none; 
}
#menuBar li a:hover { 
	background: #618bde top left repeat-x; 
	border-right: solid 0px; 
	color: #ffffff; 
	text-decoration: none; 
}
#menuBar li ul { 
	width: 180px; 
}
#menuBar li li { 
	background: #ffffff; 
}
#menuBar li li a { 
	background: #f0f0f0 none; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff #cccccc #cccccc #cccccc; 
}
#menuBar li li a:hover { 
	background: #6a93e6 url(img/ctm_plt_on.gif) repeat-x; 
	color: white; 
	border-color: #2662db; 
}

