/**
* author    JoomlaShine.com http://www.joomlashine.com
* copyright Copyright (C) 2006 - 2009 JoomlaShine.com. All rights reserved.
* license   Copyrighted Commercial Software
* This file may not be redistributed in whole or significant part.
*/
#jsn-master {
	/* background-color: #172534;*/
        background: #34567b;
	background: -moz-linear-gradient(top, #34567b 0%, #94b9cc 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34567b), color-stop(20%,#94b9cc)); /* webkit */
	/* background-image: url(../images/blue/master-bg.png);*/
}
ul#jsn-sitetools > li > ul {
	background-color: #284d73;
}
/* ============================== MENU STYLES  ============================== */
/* =============== DROP-DOWN MAIN MENU =============== */
ul#base-mainmenu ul {
	background-color: #284d73;
}
ul#base-mainmenu ul li a {
	border-top-color: #366999;
	border-bottom-color: #162c40;
	border-left-color: #2f5070;
	border-right-color: #162c40;
	color: #dce5ed;
}
ul#base-mainmenu ul li a:hover {
	border-top-color: #1f3d59;
	background-color: #1f3d59;
}
/* ============================== LINKS STYLE ============================== */
#jsn-puser8 a,
div.box-grey a {
	color: #ffffff/*40afff*/;
         font-weight: normal;
}
a:link,
a:visited {
	color: #33557a/*009aca*/;
}