/*
File Name: style.css
Theme Name:  Carna - Premium Corporate Theme
This file creaded by Tolga Can
for Themeforest
19.08.2009
*/

body {
	margin:0px auto;
	padding:0px;
	font-family:'Tahoma','Tahoma', san-serif;
	
	line-height:20px;
	background:url(../images/background.jpg);
	background-repeat: no-repeat;	
	background-position: top center;	
	background-color:#c0d2ca;

	line-height:20px;
	font-size:12px;
	color:#666666;
}


/* layouts 
-------------------------------------------------------------- */
#con0{
}

#con1{
	width:962px;
	text-align:left;
}

#header{
	height:125px;
	display:block;
	background: transparent url(../images/top_bg.png) bottom left repeat-y;	

}

#logo{
	float:left;
	margin-top:20px;
}

/* header area
-------------------------------------------------------------- */
#header_area{
	width:662px;
	height:81px;
	float:left;

}
#header_area2{
	width:400px;
	
	float:right;
padding-top:10px;
z-index:2;
position:relative;
}
#search_links {
z-index:-1;
}

/* top navigation 
-------------------------------------------------------------- */
#nav { 
	height:35px; 
	padding-top:0px;
	text-align:right;
	float:right;
padding-right:15px;
	
}


#nav li {
	float: right;
	text-align:center;
	list-style: none ;	
	height:38px;
	margin:5px 5px 5px 5px; 
	background: transparent url(../images/menu_line.png) top right no-repeat;	
	
}

#nav li.last {
	background: transparent;	
}

#nav li .last_active {
	background: none;	
}

#nav ul { 
	float:right; 
	margin:0px 0px 0px 5px; 
	line-height:38px;
	
}

#nav li { 
	float:right; 
	list-style-type:none; 
	overflow:hidden; 
}

#nav ul li a { 
	font-size:13px;
	text-decoration:none; 
	display:block;  
	color:#5E7488;
padding-left:10px;
padding-right:10px;
font-weight:bold;
}

#nav ul li a:hover { 
	text-decoration:none;
	color:#60a36b;
}

#nav ul li.active a,#nav ul li.last_active  a { 
	color:#60a36b;
}

#nav ul li.active a:hover { 
	color:#A5A5A5;
}

#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb2 {
/* needed for some browsers */
	clear: both;
}

ul#primary-nav2, ul#primary-nav2 ul {
/* remove any default bullets */
	float:right; 
	margin:0px 0px 0px 5px; 
	line-height:38px;
	
}
ul#primary-nav2 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 5px;

	
}
ul#primary-nav2 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#primary-nav2 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav2 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
background: transparent url(../images/menu_line.png) top right no-repeat;
}
ul#primary-nav2 li .last_active {

background: none;
}
#primary-nav2 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */

ul#primary-nav2 li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color:#60a36b;
}
ul#primary-nav2 li a.menuactive2 {
	color:#60a36b;
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */
	
}
ul#primary-nav2 li a.menuactive2:hover {
	color: #000;
/* keep it the same */
	font-weight: bold;
}
ul#primary-nav2 li a.last_active {
background:none;
/* set your image here */
	
}
ul#primary-nav2 li a.last_active:hover {
	
background:none;
}
#primary-nav2 li li a.menuparent2 span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(http://www.denverpilatesmovement.com/uploads/ngrey/parent.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav2 li li a.menuparent2 span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(http://www.denverpilatesmovement.com/uploads/ngrey/parent.gif) no-repeat 98% center;
}
ul#primary-nav2 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color:#5E7488;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav2 li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav2 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav2 li:hover,
#primary-nav2 li.menuh2,
#primary-nav2 li.menuparenth2,
#primary-nav2 li.menuactiveh2 {
/* set your image here, dark grey image */

	color: #000
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav2 li:hover ul ul ul,
#primary-nav2 li.menuparenth ul ul ul,
*/
#primary-nav2 ul,
#primary-nav2 li:hover ul,
#primary-nav2 li:hover ul ul,
#primary-nav2 li.menuparenth2 ul,
#primary-nav2 li.menuparenth2 ul ul {
	display: none;
}
/* for fourth level add
#primary-nav2 ul ul ul li:hover ul,
#primary-nav2 ul ul ul li.menuparenth2 ul,
*/
#primary-nav2 li:hover ul,
#primary-nav2 ul li:hover ul,
#primary-nav2 ul ul li:hover ul,
#primary-nav2 li.menuparenth2 ul,
#primary-nav2 ul li.menuparenth2 ul,
#primary-nav2 ul ul li.menuparenth2 ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav2 li li {
	float: left;
	clear: both;
}
#primary-nav2 li li a {
	height: 1%;
}

/* Pages Title Area
-------------------------------------------------------------- */
#pages_top{
	height:9px; 
	width:962px;
	text-align:center;
	background: transparent url(../images/page_header_top.png) top left no-repeat;	
}

#pages_in{
	height:109px; 
	width:962px;
	text-align:center;
	background: transparent url(../images/page_header_in.png) top left no-repeat;	
}


/* page title h1 style */
#pages_in h1{
	font-size:35px;
	font-weight:normal;
	color:#e8f4fb;
	text-align:left;
	padding-top:55px;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:0px;
float:left;
}
#pages_in span{
	font-size:14px;
	font-weight:normal;
	color:#e8f4fb;
	text-align:right;
	padding-top:15px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:0px;
float:right;
}

/* Slider Area
-------------------------------------------------------------- */
#slider_top{
	height:9px; 
	width:962px;
	text-align:center;
	background: transparent url(../images/slider_top.png) top left no-repeat;	
}

#slider_in{
	height:237px; 
	width:962px;
	text-align:center;
	background: transparent url(../images/slider_back.png) top left no-repeat;	
}

#slider_area{
	height:221px; 
	width:946px;
	margin-left:7px;
}


.slide{
	width:940px;
	height:210px;
}

/* sliding texts on main page slider
-------------------------------------------------------------- */


/* slider title text */
.sliding_text_text{
	font-size:12px;
	line-height:18px;
	color:#fff;
	text-align:left;
	margin-top:6px;	
	margin-left:20px;	
	margin-right:8px;	
}


/* slider title title*/
.sliding_text_text h1{
	font-size:26px;
	font-weight:normal;
	color:#e8f4fb;
	text-align:left;
	margin-top:46px;
	padding-left:0px;
	margin-bottom:7px;
}


/* slider title title2*/
.sliding_text_text h2{
	font-size:19px;
	font-weight:normal;
	color:#e8f4fb;
	text-align:left;
	margin-top:2px;
	padding:0px;
}

/* slider text link */
.sliding_text_text a{
	text-decoration:underline;
	color:#fff;
}

.sliding_text_text a:hover{
	text-decoration:none;
	color:#fff;
}

/* slider title buttons*/
.slider_buttons{
	float:left;
	width:120px;	
	height:110px;
	background:url(../images/arrows.png);
	background-repeat: no-repeat;	
	background-position: top left;
	margin-top:105px;
	margin-left:7px;
}

.sliding_text_left{
	float:left;
	width:600px;
}

.sliding_text_right{
	width:260px;
	float:left;
}

/* slider featured file position */
.sliding_text_right .featured_file{
	margin-top:30px;
	margin-left:30px;
}


/* slider numbers*/
#numbers{
	position:absolute;
	top:340px;
	margin-left:15px;
	z-index:10;
}

#numbers li { 
	float:left; 
	list-style-type:none; 
	overflow:hidden; 
	background: transparent url(../images/numbers_back.png) top left no-repeat;	
	width:18px;
	height:18px;
	text-align:center;
	margin-left:5px;
	line-height:14px;
}

/* slider featured link styles*/
#numbers  a { 
	font-size:12px;
	text-decoration:none; 
	display:block;  
	color:#6796C5;
}

#numbers a:hover { 
	text-decoration:none;
	color:#fff;
}

/* active number style*/
#numbers  li a.activeSlide { 
	font-size:12px;
	text-decoration:none; 
	display:block;  
	color:#fff;
	background: transparent;	
}



/* side bar
-------------------------------------------------------------- */
#sub_menu{
}

#sub_menu ul{
	width:256px;
	padding-top:10px;
	text-align:left;
}


#sub_menu li{
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DBE1EA;
	margin:0px 20px;
}

/* side menu links*/
#sub_menu  li a{	
	margin-left:0px;
	text-decoration:none;
	color:#637d8b;
	padding-left:12px;
	background:url(../images/ok.gif);
	background-position: left;	
	background-repeat: no-repeat;	
}

#sub_menu  li a:hover{
	color:#62a7d7;
	text-decoration:none;
	background:transparent;
}

/* content layout 
-------------------------------------------------------------- */
#content_con{
	width:962px;
 margin-bottom:18px;
	line-height:20px;
	font-size:12px;
	color:#1b3f62;
}


/* home page layout 
-------------------------------------------------------------- */

 .box1{
	float:left;
	margin-right:15px;
	margin-left:2px;
}	

 .box2{
	float:left;
	margin-right:15px;
}	

.box3{
	float:left;
}	

.box_in{
	clear:both;
	width:500px;
	height:10px;
}

.box_r{
	clear:both;
	width:200px;
	height:25px;
}


/* Sub Pages Layouts
-------------------------------------------------------------- */
#page_left{
	width:641px;
	float:left;
}

#page_right{
	width:309px;
	float:right;
	margin-right:3px;
}

#page_left .content{
	padding-left:20px;
	padding-right:20px;
color:#666666;
}


/* Left Container */
.left_top{
	height:18px;
	width:651px;
	background:transparent url(../images/b_box_top.png) left top no-repeat;
}	

.left_bottom{
	height:17px;
	width:651px;
	background:transparent url(../images/b_box_bottom.png) left top no-repeat;

}	

.left_content{
	width:651px;
	background:transparent url(../images/b_box_in.png) left repeat-y;
color:#666666;	
}	





/* Box styles
-------------------------------------------------------------- */

/* box 1 style	*/
.box_top{
	height:18px;
	width:309px;
	background:transparent url(../images/box_top.png) top no-repeat;
}	

.box_bottom{
	height:17px;
	width:309px;
	background:transparent url(../images/box_bottom.png) top no-repeat;
}	

.box_content{
	width:309px;
	height:217px;
	background:transparent url(../images/box_in.png) repeat-y;
}	

.box_content_sub{
	width:309px;
	background:transparent url(../images/box_in.png) repeat-y;
}	

#content_con .box_content h1, #content_con .box_content h2,#content_con .box_content p, .box_content_sub p, .box_content_sub h2, .box_content_sub h1{
	margin:0px 20px;
}


/* box  headings*/	
.box_content h1 , .box_content_sub h1{
	font-size:16px;
	color:#1b3f62;
	font-weight:normal;
}

#content_con .box_content h2, .box_content_sub h2{
	font-size:12px;
	color:#5482af;
	font-weight:normal;
	margin-bottom:10px;
}

/* box texts*/
.box_content p, .box_content_sub p{
	line-height:18px;
	font-size:11px;
	margin:0px 20px;
	color:#6f8296;
}

/* lastest news box date*/
.box_content .date, .box_content_sub .date{ 
	color:#9fbed2;
	font-size:11px;
	letter-spacing:2px;
	clear:both;
	display:block;
	margin:10px 20px 4px 20px;
}

/* lastest news box text*/
.box_content .text , .box_content_sub .text{ 
	line-height:18px;
	font-size:11px;
	color:#6f8296;
	clear:both;
	display:block;
	margin:2px 20px 10px 20px;
}



/* portfolio  
-------------------------------------------------------------- */
/* portfolio buttons 
-------------------------------------------------------------- */
.button{
	margin-left:15px;
}
.button a{
	line-height:24px;
	padding:1px 20px;
	text-decoration:none;
	font-size:11px;
	color:#b9b9b9;
}

.button a:hover{
	line-height:24px;
	padding:1px 20px;
	text-decoration:none;
	font-size:11px;
	color:#969696;
}

/* portfolio shadows and images 
-------------------------------------------------------------- */
.portfolio_box{
	margin-bottom:25px;
	margin-top:25px;
}

.portfolio_image{
	float:left;
}

.portfolio_image img{
	background:#FCFCFC;
	border:1px dotted #E6E6E6;
	padding:15px;
}

/* portfolio texts 
-------------------------------------------------------------- */
.portfolio_text {
	float:left;
	margin-left:10px;
	margin-top:0px;
	width:322px;
}

.portfolio_text h2{
	color:#187aa3;
	font-size:14px;
	margin-bottom:10px;
	margin-top:0px;
	font-weight:bold;
}




/* page button and link styles
-------------------------------------------------------------- */
.button{
	width:77px;
	height:19px;
	line-height:16px;
	background:transparent url(../images/button.png) left no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	text-align:center;
	margin-left:20px;
}


a.read_more{
	text-decoration:none;
	font-size:11px;
	color:#fff;
	margin:0px;
	padding:0px;
	line-height:16px;
}

a.read_more:hover{
	text-decoration:none;
	font-size:11px;
	color:#dae5ed;
	margin:0px;
	padding:0px;
	line-height:16px;
}




/* GALLERY
-------------------------------------------------------------- */
#gallery {
	margin-top:10px;
	padding:0px;
}

#gallery ul {
	list-style: none;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#gallery ul li { 
	float: left;
}


 #gallery ul li { 
	width:210px;
	background:#eaeff3;
	border: 1px solid #FFFFFF;	
	margin-right: 26px;
	margin-bottom: 26px;	
	text-decoration:none;
}

/* Portfolio images*/
#gallery ul img {
	margin: 19px 0 20px 29px;
	border: 1px solid #FFFFFF;
}

#gallery a  {
	border:1px;
	text-decoration:none;
}

#gallery ul a:hover img {
	border: 1px solid #A7C9DA;
	color: #fff;
	background-color:black;
	text-decoration:none;
}




/*
-----------------------------------------------------------
CONTACT US PAGE 
-----------------------------------------------------------
*/

.contact_form{
	float:left;	
	width:310px;
	margin-top:10px;
}

.contact_info{
	float:right;
	width:280px;
	font-size:11px;
	margin-top:10px;

}

#page_left .contact_info ul ,#page_left .contact_form ul{
	list-style: none;
	margin: 0px ;
	padding: 0px;
 }


/* contact info links */
.contact_info li a{
	font-size:11px;
	color:#577c8f;
}

.contact_info li a:hover{
	font-size:11px;
	color:#577c8f;
	text-decoration:none;
}

/* contact info labes*/
.contact_info li.title {
	border-bottom:1px solid #DBE1EA;
	font-weight:bold;
	font-size:12px;
	color:#187aa3;
	padding-top:10px;
}

/* contact form labes*/
.contact_form li.title {
	font-weight:bold;
	font-size:12px;
	color:#187aa3;
	padding-top:10px;
}

/* contact form errors*/
.contact_form li{
	font-size:11px;
	color:#ff0000;
}


/* contact  form*/
.contact_form textarea,
select,
input { 
	font-family:verdana;
	font-size:11px;
	color:#577c8f;
}

.contact_form form {
	overflow:hidden;
}

.contact_form input {
	border:1px solid #DBE1EA;
	background:transparent;
	width:263px;
	padding:4px;
	display:block;
}

.contact_form input.submit_button{
	margin-top:12px;
	width:82px;
	height:26px;
	line-height:4px;
	padding-top:2px;
	border:0px;
	color:#F3F3F3;
	background-color:#577c8f;
	background:transparent url(../images/button.png) center no-repeat;
}

.contact_form textarea {
	width:264px;
	height:42px;
	border:1px solid #DBE1EA;
	background:transparent;
	padding:2px;
	overflow:auto;
	display:block;
}



/* Footer
-------------------------------------------------------------- */

/* footer style	*/
 .footer_top{
	height:11px;
	width:962px;
	background:transparent url(../images/footer_top.png) top no-repeat;
}	

 .footer_bottom{
	height:14px;
	width:962px;
	background:transparent url(../images/footer_bottom.png) top no-repeat;
}	

 .footer_content{
	width:962px;
	height:39px;
	background:transparent url(../images/footer_in.png) repeat-y;
}	


/* footer text style*/
#footer_cont{
	color:#6f8296;
	font-size:10px;
	line-height:44px;
	margin:0px 20px;
}

/* footer links*/
#footer_cont a{ 
	font-size:10px;
	color:#6f8296;
	text-decoration:none;
}

#footer_cont a:hover{
	color:#A5B0BE;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}






/* HEADINGS -------------------------------------------------------------- */

h1,h2{ 
	font-weight:normal;
	clear:both;
	color:#3F764C;
}


h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
	color:#6AAC68;
}

h1{font-size: 22px; margin: 5px 0px 10px;}
h2{font-size: 22px;}
h3{font-size: 20px; margin: 15px 0px 10px;}
h4{font-size: 18px; margin: 10px 0px 10px;}
h5{font-size: 16px; margin: 5px 0px 10px;}
h6{font-size: 14px; margin: 5px 0px 10px;}


/* image alignments */
.centerimage{
	display:block;
	margin: 5px 15px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #e0e0e0;
}

.leftimage{
	float:left;
	font-size: 12px;
	margin: 5px 15px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #e0e0e0;
}

.rightimage{
	float:right;
	font-size: 12px;
	margin: 5px 0px 10px 15px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #e0e0e0;
}




/* TEXT ELEMENTS -------------------------------------------------------------- */
#page_left p{
	margin:0px 0px 0px 0px;
}

#page_left p {
    margin-bottom:18px;
	line-height:20px;
	font-size:12px;
	color:#666666;
}


/* side menu links*/
#page_left,
#page_right, a{	
				text-decoration:underline;
				color:#9A9A9A;
}

#page_left,
#page_right, a:hover{
				text-decoration:none;
				color:#969696;
}


/* Lists */
#page_left ul {
	list-style: disc outside;
	margin: 2px 0px 10px 10px;
	padding: 4px 0px 0px 20px ;
	color:#464646;
}

#page_left ul ul{
	list-style: circle outside;
	margin: 2px 0px 10px 10px;
	padding: 4px 0px 0px 20px ;
	color:#464646;
}

#page_left ul li {
	line-height: 25px;
}

#page_left ol {
	list-style-position: outside; 
	margin: 2px 10px 10px 10px;
	padding: 4px 20px 20px 20px ;
	color:#464646;
	font-size:12px;
}

#page_left ol li {
	line-height: 20px;
}


blockquote {
	color: #666666;
	padding-left: 10px;
	border-left: 3px solid #eaeaea;
	line-height: 24px;
	margin-left: 20px;
	margin-bottom: 10px;
}

blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}

pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}

code {
	font:11px Monaco, monospace;
}

ins {
	text-decoration:none;
}


sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* PULLQUOTES -------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}



/* TABLES */

/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {

/* insure full width */
	width: 100%;
/* set height */
	height: 52px;
	margin: 0;
}
div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
padding-bottom:30px;
}
/* menu list items */
div#menu_horiz li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin-bottom: 30px;
}
/* the links, that is each list item */
div#menu_horiz a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0px 15px 15px 0px;
/* still no margin */
	margin-bottom: 20px;
/* removes default underline */
	text-decoration: none;
/* default link color */
	
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* hover state for links */
div#menu_horiz li a:hover {
/* set your image here, dark grey image with white text set above*/
	background:  url(uploads/ngrey/nav.png) repeat-x left -50px;
}
div#menu_horiz a span {
/* compensates for no left padding on the "a" */
	padding-left: 15px;
}
div#menu_horiz li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	padding-left: 20px;
/* set your image here, down arrow to note it has children, left side of text */
	background: url(uploads/ngrey/active.gif) no-repeat 0.3em center;
}
div#menu_horiz li.parent a:hover span {
	padding-left: 20px;
/* hover replaces default with right arrow image */
	background: url(uploads/ngrey/parent.gif) no-repeat 0.3em center;
}
div#menu_horiz li.menuactive a span {
	padding-left: 20px;
/* menuactive replaces default with right arrow image */
	background: url(uploads/ngrey/parent.gif) no-repeat 0.5em center;
	
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {
/* set your image here, light image with #000/black text set below*/
	background:  url(uploads/ngrey/nav.png) repeat-x left 0px;
	
}