/* Custom Patriot */


/* Vertical Navigation */
	#vert_nav {background: #fff url(../style_images_v2/vert_nav_bg_blue.gif) repeat-x center top;}
	.vert_nav li {border-left: 1px solid #1d3957;}
	
	
/* Main Navigation */
	.main_nav li.current {background: #338399 url('../style_images_v2/nav_bg_cur_blue.gif') repeat-x left top; }
	.main_nav li.current a, .main_nav li.current a:hover {color: #fff; background: #338399 url('../style_images_v2/nav_bg_cur_blue.gif') repeat-x right top;}
	
/* Sub-navigation */
	#sub_nav {background: #fff url(../style_images_v2/sub_nav_bg_blue.gif) repeat-x center top; }
	.sub_nav {background-color: #338399; color:#addfeb}
	.sub_nav li {border-left: 1px solid #1a434e;}
	.sub_nav li.current a{color:#addfeb;}
	.sub_nav a:hover{color:#addfeb}
	
/*Module Tabs =================== */
	ul.tabbernav{border-bottom:1px solid #338399;}
	ul.tabbernav li.tabberactive {background: #338399 url(../style_images_v2/module_head_bg_blue.gif) repeat-x left top;}
	ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover{background: #338399 url(../style_images_v2/module_head_bg_blue.gif) repeat-x right top; color:#fff;}
	
/*Module Navigation =================== */
	.module_nav li.current {background: #338399 url(../style_images_v2/module_head_bg_blue.gif) repeat-x left top;}
	.module_nav li.current a, .module_nav li.current a:hover {background: #338399 url(../style_images_v2/module_head_bg_blue.gif) repeat-x right top;}
	.module_nav li.current span {display:block; background: #338399 url(../style_images_v2/module_head_bg_blue.gif) repeat-x right top;}
	
/* Module Navigation */
	.module_border {border-top-color:#338399;}	
	.module_offset {background-color: #dde7e9;}

/* Footer */
	#footer {background: #000 url(../style_images_v2/footer_bg_blue.gif) repeat-x center bottom;}
	
/* jquery Tabs */
	.ui-tabs-nav a,.ui-tabs-nav a span{background-image:url('../style_images_v2/tabs_bg_blue.png');}
	.ui-tabs-panel{border-top:1px solid #338399;}

