/* Start of CMSMS style sheet 'Master Horizontal CSS' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}
div#menu_horiz/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 

div#menu_horiz {
	width: 100%;
	margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
  {
	margin: 0;
	padding: 0;
	height:45px;
	width: 960px;
	top: 10px;
	position: relative;
}
div#menu_horiz ul {
	margin-left: 600px;
}


/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 34px;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(assets/images/menudivider.png);
	background-repeat: no-repeat;
	background-position: right center;
	letter-spacing: -1px;
}


/* the links, that is each list item */
div#menu_horiz a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none;
	;
	display: block; /* IE has problems with this, fixed above */
	color: #303336;
	padding-right: 10px;
	padding-left: 10px;
}


/* hover state for links */
div#menu_horiz li a:hover {
	color: #394446;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #394446;
}
div#menu_horiz a.activeparent:hover {
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

div#menu_horiz h3 {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #273230;
	;
	display: block; /* IE has problems with this, fixed above */
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #273230;
}
ul#topmenu {
	list-style-type: none;
	width: 400px;
	margin-left: 200px;
}
ul#topmenu li a span {
	display: none;
}
ul#topmenu    li.anasayfa {
	background-attachment: scroll;
	background-image: url(assets/images/btanasayfa.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li.referanslar {
	background-attachment: scroll;
	background-image: url(assets/images/btreferanslar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li.hizmetler {
	background-attachment: scroll;
	background-image: url(assets/images/bthizmetler.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li.iletisim {
	background-attachment: scroll;
	background-image: url(assets/images/btiletisim.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li a {
	display: block;
	height: 45px;
	width: 100px;
}
ul#topmenu  li.anasayfa  a:hover {
	background-attachment: scroll;
	background-image: url(assets/images/btonanasayfa.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li.referanslar a:hover {
	background-attachment: scroll;
	background-image: url(assets/images/btonreferanslar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li.hizmetler a:hover {
	background-attachment: scroll;
	background-image: url(assets/images/btonhizmetler.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}
ul#topmenu li.iletisim a:hover {
	background-attachment: scroll;
	background-image: url(assets/images/btoniletisim.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 100px;
}

/* End of 'Master Horizontal CSS' */

