.jquerycssmenu
{
	margin: 0;
	padding-left:0px;/*önemli hizalama*/
	width: 100%;
	font-size: 13px;
	font-family:  Times New Roman;
	white-space:nowrap;
	height:41px;
	line-height:39px;
	
}

.jquerycssmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jquerycssmenu ul li
{
	position: relative;
	display: inline;
	float: left;
}
.jquerycssmenu ul li a
{
	display: block;
	padding:0 9px;/*önemli hizalama*/
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover
{
	color: #00c0ff;
	text-decoration: none;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	
	height:auto;
	line-height:normal;	
	width: 100%;/*önemli*/
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li
{
	display: list-item;
	float: none;
	left:10px;
	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul
{
	top: 0;
	
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a
{
	width: 250px; /*width of sub menus*/
	background: #0f86b0;
	color: #fff;
	padding: 4px 18px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #0c5771;
	height:auto;
	line-height:normal;
	
}

.jquerycssmenu ul li ul li a:hover
{
	/*sub menus hover style*/
	background: #eff9ff;
	color: #00c0ff;
	
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass
{
	position: absolute;
	top: 5px;
	right: 5px;
}
