/*------------------------------------------------------------------------
 # Leo Template Framework - 
 # ------------------------------------------------------------------------
 # author    LeoTheme
 # copyright Copyright (C) 2010 leotheme.com. All Rights Reserved.
 # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Websites: http://www.leotheme.com
 # Technical Support:  Forum - http://www.leotheme.com/forum.html
-------------------------------------------------------------------------*/

/* MegaMenu Border
--------------------------------------------------------- */
#menusys_mega > li > a:hover, #menusys_mega > li > a:active, #menusys_mega > li > a:focus, #menusys_mega > li > a.active, #menusys_mega > li > a.active:hover, #menusys_mega > li > a.active:active, #menusys_mega > li > a.active:focus, #menusys_mega > li.hover > a, #menusys_mega > li.active > a { 
	background:#3a4259;
}
#menusys_mega .subwrap-inner {
	background:#3a4259;
}
#menusys_mega .menucontent-wrapper > div.megacol {
	border-left: 1px dotted #9fd4fc;
}
#menusys_mega .megacol ul.mega-ul li {
	border-top: 1px dotted #9fd4fc;
}
#menusys_mega .menusub_mega .mega-module .moduletable ul li .lof-extrainfo .lof-item-comment, #menusys_mega .menusub_mega .mega-module .moduletable ul li .module-extrainfo .moduleItemComments {
	background: url(../../images/icon-comment2.png) no-repeat scroll left 50%;
	color: #9fd4fc;
}
#menusys_mega .menusub_mega .mega-module .moduletable ul li .lof-extrainfo .lof-itemDateCreated, #menusys_mega .menusub_mega .mega-module .moduletable ul li .module-extrainfo .moduleItemDateCreated {
	border-right: 1px solid #9fd4fc;
	color: #9fd4fc;
}