@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
}

 ul.dropdown ul li {
	 padding: 0px;
	 border-style: solid;
	 background-color: #1982CB;
	 color: #fff;
	 float:none;
	 width:190px;
	}

	ul.dropdown ul li.hover,
	ul.dropdown ul li:hover {
	 background-color: #424257 ;
	 color: #fff;
	}

	ul.dropdown ul li a:link,033C80
	ul.dropdown ul li a:visited	{ background:#1982CB; color: #fff; text-decoration: none; }
	ul.dropdown ul li a:hover		{ color: #fff; background:#1982CB; }
	ul.dropdown ul li a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 0px;
	 padding:0px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}


#Layout #Top .Nav ul li ul li{
padding:0px;
background:#1982CB;
border-right:4px solid #D0CFCF;
}
#Layout #Top .Nav ul li ul li:hover{
background:#fff url(../../images/dot.gif) left no-repeat center;
background-position:10px;
}
#Layout #Top .Nav ul li ul li:hover a{
background:#033C80;
background-image:url(../../images/dot.gif);
background-position:left;
background-repeat: no-repeat;
}

#Layout #Top .Nav ul li ul li a{
display:block;
padding:0px;
background:none;
float:none;
padding:0 20px;
font-weight:normal;
color:#fff;
margin:0px;
}


#Layout #Top .Nav ul li ul li a:hover{
background:#033C80 url(../../images/dot.gif) left no-repeat center;
background-position:10px;

}

ul.dropdown li:hover a{
height:25px;
display:block;
float:left;
padding:0 10px;
text-decoration:none;
color:#FFFFFF;
background:#033C80 url(../../images/dot.gif) left no-repeat center;
}
ul.dropdown li:hover a{
height:25px;
display:block;
float:left;
padding:0 10px;
text-decoration:none;
color:#FFFFFF;
background:url(../../images/nav-hover.gif);
}
#Layout #Top ul li ul li:hover a{
background:#033C80 url(../../images/dot.gif) left no-repeat center;
background-position:10px;

}
#Layout #Top ul li ul li.SubLevel ul{
left:246px;
width:auto;
}
#Layout #Top ul li ul li.SubLevel ul li{
width:170px;
}
#Layout #Top ul li ul li.SubLevel .subtop:hover span{
background:url(../../images/dot.gif) no-repeat center;
display:block;
background-position:170px 8px;
position:relative;
width:100%;
cursor:pointer;

}
#Layout #Top .Nav ul li ul li.SubLevel ul li.subbg{
border:none;
padding-right:4px;
}
#Layout #Top .Nav ul li ul li.SubLevel ul li.subbg{
background:url(../../images/sublevelbg.gif) right no-repeat;

}
#Layout #Top .Nav ul li ul li.SubLevel ul li a{
background:#1982CB;
}
#Layout #Top .Nav ul li ul li.SubLevel ul li:hover a,
#Layout #Top .Nav ul li ul li.SubLevel ul li a:hover{
background:#033C80;
background-image:url(../../images/dot.gif);
background-position:10px;
background-repeat: no-repeat;
}


#Member li,
Member ul,
#Train ul,
#Train li{
width:216px;
}
#Member ul{
left:30px;
}
#Train ul{
left:4px;}
#sevice ul,
#sup ul{
left:4px;}
